home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / glibc108.gz / glibc108 / glibc-1.08.1 / sysdeps / stub / jmp_buf.h < prev    next >
Text File  |  1990-12-14  |  94b  |  4 lines

  1. /* Define the machine-dependent type `jmp_buf'.  Stub version.  */
  2.  
  3. typedef int __jmp_buf[1];
  4.